www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/albums/lang/lv.php

    <?php
$lang['albums']['title'] = 'albūmi';
$lang['albums']['descr'] = 'use albums to show your visitors your favourite photos and images';
$lang['albums']['message'] = 'Here you can manage your albums. Use albums to show your visitors your favourite photos and images. Insert the albums in your page(s) by choosing "insert album" when editing a page.';
$lang['albums']['edit_albums'] = 'rediģēt albūmu';
$lang['albums']['new_album'] = 'jauns albūms';
$lang['albums']['choose_name'] = 'choose a name for your new album first, then click "save"
';
$lang['albums']['delete_album'] = 'dzēst albūmu';
$lang['albums']['edit_album'] = 'rediģēt albūmu';
$lang['albums']['album_message1'] = 'Use this page to add, delete and edit images in your album. JPG, PNG and GIF images are supported.';
$lang['albums']['album_message2'] = 'upload a new image here. choose a title and a description, and choose the quality at which the images should be processed. The higher the quality, the higher the filesize.';
$lang['albums']['edit_images'] = 'rediģēt attēlus';
$lang['albums']['new_image'] = 'jauns attēls';
$lang['albums']['quality'] = 'kvalitāte (1-100)';
$lang['albums']['edit_image'] = 'rediģēt attēlu';
$lang['albums']['doesnt_exist'] = 'The specified album doesn\'t exist.';
$lang['albums']['name_exist'] = 'There is already an album with that name.';
$lang['albums']['image_exist'] = 'There is already an image with that name.';
$lang['albums']['change_order'] = 'mainīt attēlu secību';
$lang['albums']['already_top'] = 'This image already is on the top, so its rank can\'t be changed.';
$lang['albums']['already_last'] = 'This image already is the last one, so its rank can\'t be changed.';
$lang['albums']['delete_image'] = 'dzēst attēlu';
$lang['albums']['image_width'] = 'The width in pixels the images will be resized to. Choose 0 to disable automatic resizing.';
$lang['albums']['thumb_width'] = 'The width in pixels the thumbnails will be resized to. Cannot be disabled.';
$lang['albums']['settings_error'] = 'The width of the resized images should be numeric.';
?>